home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libmysqlclient16.postinst < prev    next >
Text File  |  2009-10-07  |  381b  |  23 lines

  1. #!/bin/bash -e
  2.  
  3. # dh_installdeb will replace this with shell code automatically
  4. # generated by other debhelper scripts.
  5.  
  6. # Automatically added by dh_makeshlibs
  7. if [ "$1" = "configure" ]; then
  8.     ldconfig
  9. fi
  10. # End automatically added section
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "configure" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18. exit 0
  19.  
  20. # vim: ts=4
  21.  
  22.  
  23.